fwh Report post Posted 05/10/2006 01:01 AM I put some word in some other language, for example, Chinese, in Play module's TTS text box and Data Query module's SQL text box, and save the script file. then I can't open the file again to edit. VG can't load the file containing UNI-Code words. Share this post Link to post
SupportTeam Report post Posted 05/10/2006 01:10 AM Probably same approach as used recently here should work: http://voiceguide.com/forums/index.php?showtopic=4001 Try saving the TTS text in a text file (.txt) and then just specify that .txt file as the sound file. VG at runtime will open the text file, read it in and pass it to the TTS engine. Share this post Link to post
fwh Report post Posted 05/10/2006 01:58 AM how to solve the SQL query problem? Share this post Link to post
SupportTeam Report post Posted 05/10/2006 02:10 AM Maybe you could assign a value to an RV and use the RV as part of the SQL query in the DB query module? (or just assign the entire SQL expression to an RV and just use the RV in DB Query module). RVs could be assigned within a VBScript module - and you would need to write a VBScript to read in the data from a text file and assign the read in info to an RV. Share this post Link to post